home *** CD-ROM | disk | FTP | other *** search
- Path: geraldo.cc.utexas.edu!usenet
- From: y.s.l@mail.utexas.edu (Shenling Yang)
- Newsgroups: comp.lang.c++
- Subject: Entry level help
- Date: 1 Apr 1996 05:46:45 GMT
- Organization: University of Texas in Austin
- Message-ID: <4jnqk5$9l6@geraldo.cc.utexas.edu>
- NNTP-Posting-Host: slip-1-8.ots.utexas.edu
- Mime-Version: 1.0
- X-Newsreader: WinVN 0.99.3
-
- I am a starter of C++, using Bordland C++ V3.1 for windows to start to
- learn
- the language under the win95 environment.
-
- The problem arised from: I started a new file, and follow the
- book instruction ("The waite group's C++ primer plus" your guys
- might familiar this book) input simple program like this:
-
- #include <isostream.h>
- int main(void)
- {
- cout << "come up and c++ me some time.";
- cout << "\n";
- return 0;
- }
-
- Saved the file and run compiler, it came out the error msg
- that "unable to open include file isostream.h, undefined the
- symbol "cout", undefined symbol "return" ....
-
- Is anyone can help me out of this, thanks in advance, I am a
- kind of newer, so please send me as detail info as you can.
-
- Mail address: y.s.l@mail.utexas.edu
-
-